home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / zgrwin.zip / BAR.DAT < prev    next >
Text File  |  1992-01-16  |  1KB  |  56 lines

  1.  
  2. ! ********************************************************************
  3. ! *  BAR.DAT -- Sample Data File for Constructing a Bar Graph         *
  4. ! ********************************************************************
  5.  
  6. ! ****************
  7. ! *  Graph Type  *
  8. ! ****************
  9.  
  10. #GRAPH_TYPE = BAR_GRAPH
  11.  
  12.  
  13. ! *********************************************************************
  14. ! *  Graph-Specific Info.  -- Graph 3 Data Groups, of 5 Samples Each  *
  15. ! *********************************************************************
  16.  
  17. #NUMBER_OF_GROUPS  = 3
  18. #NUMBER_OF_SAMPLES = 5
  19.  
  20.  
  21. ! ********************************
  22. ! *  Graph Colors/Fill Patterns  *
  23. ! ********************************
  24.  
  25. #DRAW_COLOR    =  15
  26. #BKG_COLOR     =  0
  27. #FILL_COLORS   =  12 ^ 13 ^ 14 ^
  28.  
  29.  
  30. ! ******************
  31. ! *  Graph Titles  *
  32. ! ******************
  33.  
  34. #MAIN_TITLE    = Average Rainfall (in.), Jan-May^
  35. #LEGEND_TITLES = Chicago ^ New York ^ Seattle^
  36. #ITEM_TITLES   = Jan. ^ Feb. ^ Mar.^ Apr.^ May^
  37.  
  38.  
  39. ! *******************
  40. ! *  Graph Options  *
  41. ! *******************
  42.  
  43. #OPTIONS = 3D ^ AUTO ^
  44.  
  45.  
  46. ! ****** Graph Data (3 Groups, 5 Samples Each) ******
  47. ! * Chicago     New York       Seattle              * 
  48. ! ***************************************************
  49.  
  50. #DATA
  51.      18.0        22.0           58.0 
  52.      25.0        33.0           72.0 
  53.      30.0        20.0           40.0 
  54.      40.0        11.0           35.0 
  55.      35.0        20.0           25.0 
  56.